home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc International / Development / TSMTEsample⁄1.1 / Source / SamplePartGlobals.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-14  |  477 b   |  21 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        SamplePartGlobals.cpp
  3.  
  4.     Contains:    SamplePart globals
  5.  
  6.     Written by:    Steve Smith
  7.  
  8.     Copyright:    © 1995 by Apple Computer, Inc., all rights reserved.
  9. */
  10.  
  11.  
  12. #ifndef _SAMPLEPARTGLOBALS_
  13. #include "SamplePartGlobals.h"
  14. #endif
  15.  
  16. //==============================================================================
  17. // Globals
  18. //==============================================================================
  19.  
  20. ODUShort            gGlobalsUsageCount    = 0;
  21. SamplePartGlobals*    gGlobals            = kODNULL;